home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / f / 00068_Script_68 < prev    next >
Text File  |  1999-09-02  |  459b  |  17 lines

  1. on mousedown
  2.   global gSoundLevel
  3.   set the soundlevel to gSoundLevel
  4.   set the movierate of sprite 10 to 1
  5.   set the visible of sprite 19 to true
  6.   set the visible of sprite 20 to false
  7.   set the visible of sprite 21 to false
  8.   set the visible of sprite 22 to false
  9.   set the visible of sprite 23 to false
  10.   repeat with n = 60 to 74
  11.     puppetsprite n, false
  12.     set the visible of sprite n + 20 to false
  13.   end repeat
  14.   go to "norm"
  15.   
  16.   
  17. end